forked from SymfonyCasts/messenger-monitor-bundle
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Show Failed Message #3
Draft
rodnaph
wants to merge
30
commits into
main
Choose a base branch
from
show-failed-message
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
rodnaph
force-pushed
the
show-failed-message
branch
5 times, most recently
from
January 12, 2023 09:56
b160e2c
to
603bdf6
Compare
…zed spot (bocharsky-bw) This PR was squashed before being merged into the master branch. Discussion ---------- Reuse some GitHub CI config files from centralized spot Reused as much as I can... not sure if we need to worry about those `tests-mariadb` & `tests-posgress`, they look more specific to this repo Test failures unrelated, those builds are failed in master too Commits ------- 3a193d0 Reuse some GitHub CI config files from centralized spot
This PR was squashed before being merged into the master branch. Discussion ---------- Fix CI, test on php 8.2 This PR: 1. fixes the CI failures 2. tests againsts php 8.2 in CI 3. use same version of php-cs-fixer in the repo as is used in https://github.com/SymfonyCasts/.github/blob/main/.github/workflows/php-cs-fixer.yaml (this is a bit brittle as they need to be kept in sync - also needs doing for psalm) shall we drop php 8.0 since it is no longer maintained? Commits ------- 56a7880 Fix CI, test on php 8.2
Adding note that this bundle is unstable & experimental
…ch-1 Convert note into GitHub note and minor formatting tweaks in README
- `composer tools:run` runs `php-cs-fixer` & `phpstan` - `composer tools:run:php-cs-fixer` run only `php-cs-fixer` (works for `phpstan` as well). - `composer tools:upgrade` upgrades / installs all of the `tools/*` - `composer tools:upgrade:php-cs-fixer` Upgrades / installs only `php-cs-fixer` (works for `phpstan` as well)
Event subscribers are deprecated in orm 2.x and removed in 3.x.
…tener (kbond) This PR was merged into the main branch. Discussion ---------- fix: switch from Doctrine event subscriber to listener Event subscribers are deprecated in orm 2.x and removed in 3.x. Commits ------- 3d35da3 fix: switch from Doctrine event subscriber to listener
Allow Symfony 7
[ci] php-cs-fixer it up
Add PHP 8.3 support
This should help with noticing failed CI builds
…ch-1 Add CI status badge
bendavies
force-pushed
the
show-failed-message
branch
from
October 22, 2024 10:33
603bdf6
to
d8489d3
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Adds a route for displaying failed messages.